FlexItemHighlightConfig

data class FlexItemHighlightConfig(baseSizeBox: BoxStyle?, baseSizeBorder: LineStyle?, flexibilityArrow: LineStyle?)

Configuration data for the highlighting of Flex item elements.

Constructors

FlexItemHighlightConfig
Link copied to clipboard
fun FlexItemHighlightConfig(baseSizeBox: BoxStyle? = null, baseSizeBorder: LineStyle? = null, flexibilityArrow: LineStyle? = null)

Properties

baseSizeBorder
Link copied to clipboard
val baseSizeBorder: LineStyle? = null
Style of the border around the box representing the item's base size
baseSizeBox
Link copied to clipboard
val baseSizeBox: BoxStyle? = null
Style of the box representing the item's base size
flexibilityArrow
Link copied to clipboard
val flexibilityArrow: LineStyle? = null
Style of the arrow representing if the item grew or shrank

Sources

jvm source
Link copied to clipboard